From 6552a55aebcd3aac96197a4f4cf4668154a69821 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 12 Jun 2006 15:28:19 +0000 Subject: [PATCH] fix openvpn webif permissions (#589) SVN-Revision: 3933 --- openwrt/package/openvpn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 1f3dc8e41b..cbd29228fc 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -115,6 +115,6 @@ $(IPKG_OPENVPN_EASY_RSA): $(IPKG_OPENVPN_WEBIF): install -d -m0755 $(IDIR_OPENVPN_WEBIF)/etc/init.d $(IDIR_OPENVPN_WEBIF)/www/cgi-bin/webif install -m0755 ./files/S50openvpn $(IDIR_OPENVPN_WEBIF)/etc/init.d/S50openvpn - install -m0644 ./files/openvpn.sh $(IDIR_OPENVPN_WEBIF)/www/cgi-bin/webif/ - install -m0644 ./files/openvpn-status.sh $(IDIR_OPENVPN_WEBIF)/www/cgi-bin/webif/ + install -m0755 ./files/openvpn.sh $(IDIR_OPENVPN_WEBIF)/www/cgi-bin/webif/ + install -m0755 ./files/openvpn-status.sh $(IDIR_OPENVPN_WEBIF)/www/cgi-bin/webif/ $(IPKG_BUILD) $(IDIR_OPENVPN_WEBIF) $(PACKAGE_DIR) -- 2.30.2